home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / challenge / 12.04-Apr96 / LifeTestCode DR3.sit / Life TestCode DR3 / LifeWindow.h < prev    next >
Text File  |  1996-03-30  |  285b  |  9 lines

  1. /* LifeWindow.h    */
  2. /* ©Ludovic Nicolle 1996    */
  3.  
  4. void DisplayCells(GrafPtr lifeC, WindowPtr screenC, Rect *screenR);
  5.  
  6. void ClickSet(GrafPtr lifeC, WindowPtr screenC, Rect *screenR, 
  7.                     Point *clickPt, short *ratio);
  8.                     
  9. short GiveRatio(GrafPtr lifeC, Rect *screenR, Point *hvRatio);